RemoteObject
data class RemoteObject(type: String, subtype: String?, className: String?, value: JsonElement?, unserializableValue: UnserializableValue?, description: String?, objectId: RemoteObjectId?, preview: ObjectPreview?, customPreview: CustomPreview?)
Content copied to clipboard
Mirror object referencing original JavaScript object.
Constructors
RemoteObject
Link copied to clipboard
fun RemoteObject(type: String, subtype: String? = null, className: String? = null, value: JsonElement? = null, unserializableValue: UnserializableValue? = null, description: String? = null, objectId: RemoteObjectId? = null, preview: ObjectPreview? = null, customPreview: CustomPreview? = null)
Content copied to clipboard
Properties
customPreview
Link copied to clipboard
description
Link copied to clipboard
objectId
Link copied to clipboard
preview
Link copied to clipboard
unserializableValue
Link copied to clipboard